home *** CD-ROM | disk | FTP | other *** search
/ Foreland January 1997 / Foreland January 1997.iso / dicegame.dir / 00186_Button Control A.ls < prev    next >
Encoding:
Text File  |  1996-12-26  |  205 b   |  13 lines

  1. on enterFrame
  2.   puppetSprite(48, 0)
  3.   updateStage()
  4.   set the visible of sprite 5 to 1
  5.   put "compareReturn" into field "Find Marker"
  6. end
  7.  
  8. on exitFrame
  9.   checkBarA()
  10.   hiliteButtonsA()
  11.   go(the frame)
  12. end
  13.